ArcFM Responder Mobile Developer Guide
TrackIdGlobally(IEnumerable<FeatureID>) Method






The non-global object identifier.
Tracks objects globally across replications.
Syntax
'Declaration
 
Public Overloads Overrides Sub TrackIdGlobally( _
   ByVal featureID As System.Collections.Generic.IEnumerable(Of FeatureID) _
) 
'Usage
 
Dim instance As DbSourceFeatureIdentificationProvider
Dim featureID As System.Collections.Generic.IEnumerable(Of FeatureID)
 
instance.TrackIdGlobally(featureID)
public override void TrackIdGlobally( 
   System.Collections.Generic.IEnumerable<FeatureID> featureID
)
public procedure TrackIdGlobally( 
    featureID: System.Collections.Generic.IEnumerable
); override; 
public override function TrackIdGlobally( 
   featureID : System.Collections.Generic.IEnumerable
);
public: void TrackIdGlobally( 
   System.Collections.Generic.IEnumerable<FeatureID*>* featureID
) override 
public:
void TrackIdGlobally( 
   System.Collections.Generic.IEnumerable<FeatureID^>^ featureID
) override 

Parameters

featureID
The non-global object identifier.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DbSourceFeatureIdentificationProvider Class
DbSourceFeatureIdentificationProvider Members
Overload List

Send Feedback